UCF STIG Viewer Logo
Changes are coming to https://stigviewer.com. Take our survey to help us understand your usage and how we can better serve you in the future.
Take Survey

The system must have IEEE 1394 (Firewire) disabled unless needed.


Overview

Finding ID Version Rule ID IA Controls Severity
V-22580 GEN008500 SV-26972r1_rule ECSC-1 Low
Description
Firewire is a common computer peripheral interface. Firewire devices may include storage devices that could be used to install malicious software on a system or exfiltrate data.
STIG Date
SOLARIS 10 SPARC SECURITY TECHNICAL IMPLEMENTATION GUIDE 2016-06-22

Details

Check Text ( C-27919r1_chk )
If the system needs IEEE 1394 (Firewire), this is not applicable.
Check if the firewire module is not disabled.
# grep 'exclude: s1394' /etc/system
If no results are returned, this is a finding.
Fix Text (F-24234r2_fix)
Disable the firewire module.

# echo "exclude: s1394" >> /etc/system

Reboot for the changes to take effect.